* alloc.c: (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 18:51:02 +0000 (11:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 18:51:02 +0000 (11:51 -0700)
commitf4df45f63bfbf5c33de61cad6bac74cc0af44f51
tree4d9611d3fd5e4b3d0bfa5781431fb6bc9cf0ce37
parent9241c8c7d040d94a3fbf1bb0f0f3b319351a6d7e
* alloc.c: (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks)

(n_vectors, n_symbol_blocks, n_marker_blocks): Remove.
These were 'int' variables that could overflow on 64-bit hosts;
they were never used, so remove them instead of repairing them.
src/ChangeLog
src/alloc.c